Xamarin.iOS のドキュメント
Remove(T) メソッド

C1.iOS.Grid アセンブリ > C1.iOS.Grid 名前空間 > GridRowColCollection<T> クラス > Remove メソッド : Remove(T) メソッド
System.Collections.Generic.ICollection`1 から削除するオブジェクト。
最初に見つかった特定のオブジェクトを System.Collections.Generic.ICollection`1 から削除します。
シンタックス
'宣言
 
Public Overloads Function Remove( _
   ByVal item As T _
) As System.Boolean
public System.bool Remove( 
   T item
)

パラメータ

item
System.Collections.Generic.ICollection`1 から削除するオブジェクト。

戻り値の型

System.Collections.Generic.ICollection`1 から item が正常に削除された場合は true、そうでない場合は false。このメソッドは、元の System.Collections.Generic.ICollection`1item が見つからなかった場合にも false を返します。
参照

GridRowColCollection<T> クラス
GridRowColCollection<T> メンバ
オーバーロード一覧